home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETW840.IN_ / netw840.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  4.9 KB  |  136 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. LayoutFile  = layout.inf
  8. Provider    = %Msft%
  9. DriverVer=10/01/2002,2.40.1381.1
  10.  
  11. [Manufacturer]
  12. %Winbond%   = Winbond
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect     = *
  16.                          
  17. [Winbond]
  18. %w89c840A.DeviceDesc% = W89C840.ndi, PCI\VEN_1050&DEV_0840                 ; Winbond W89C840 PCI
  19. %W89c840A.DeviceDesc% = w89c840.ndi, PCI\VEN_11F6&DEV_2011                 ; Compex pre-SSVID Clone
  20. %w89c840B.DeviceDesc% = w89c840.ndi, PCI\VEN_1050&DEV_0840&SUBSYS_00011050 ; Winbond W89C840 PCI
  21. %w89c840B.DeviceDesc% = w89c840.ndi, PCI\VEN_1050&DEV_0840&SUBSYS_08401050 ; Winbond W89C840 PCI
  22.  
  23. ;-------------------------------------------------------------------------------
  24. ; W89C840   Winbond 840 PCI
  25. ;
  26. [W89C840.ndi]
  27. AddReg        = W840ND.params.reg, W89C840.reg
  28. BusType        = 5
  29. Characteristics    = 0x84
  30. CopyFiles       = W840ND.CopyFiles
  31.  
  32. [W89C840.ndi.Services]
  33. AddService      = W840ND, 2, W840ND.Service, common.EventLog
  34.  
  35. ;-------------------------------------------------------------------------------
  36. ; Advanced params for w89c840
  37. ;
  38. [W840ND.params.reg]
  39. ;BurstLen
  40. HKR, Ndi\params\BurstLen,        ParamDesc, 0, %BurstLen%
  41. HKR, Ndi\params\BurstLen,        default,   0, "8192"
  42. HKR, Ndi\params\BurstLen,        type,      0, "enum"
  43. HKR, Ndi\params\BurstLen\enum,   256,       0, "1 dword"
  44. HKR, Ndi\params\BurstLen\enum,   512,       0, "2 dwords"
  45. HKR, Ndi\params\BurstLen\enum,   1024,      0, "4 dwords"
  46. HKR, Ndi\params\BurstLen\enum,   2048,      0, "8 dwords"
  47. HKR, Ndi\params\BurstLen\enum,   4096,      0, "16 dwords"
  48. HKR, Ndi\params\BurstLen\enum,   8192,      0, "32 dwords"
  49.  
  50. ;CacheAlign
  51. HKR, Ndi\params\CacheAlign,      ParamDesc, 0, %CacheAlign%
  52. HKR, Ndi\params\CacheAlign,      default,   0, "3"
  53. HKR, Ndi\params\CacheAlign,      type,      0, "enum"
  54. HKR, Ndi\params\CacheAlign\enum, 1,         0, "8 dwords"
  55. HKR, Ndi\params\CacheAlign\enum, 2,         0, "16 dwords"
  56. HKR, Ndi\params\CacheAlign\enum, 3,         0, "32 dwords"
  57.  
  58. ;TxThreshold
  59. HKR, Ndi\params\Threshold,       ParamDesc, 0, %Threshold%
  60. HKR, Ndi\params\Threshold,       type,      0, "int"
  61. HKR, Ndi\params\Threshold,       default,   0, "0"
  62. HKR, Ndi\params\Threshold,       min,       0, "0"
  63. HKR, Ndi\params\Threshold,       max,       0, "127"
  64. HKR, Ndi\params\Threshold,       step,      0, "1"
  65.  
  66. ;FullDuplex
  67. HKR, Ndi\params\FullDuplex,      ParamDesc, 0, %FullDuplex%
  68. HKR, Ndi\params\FullDuplex,      default,   0, "0"
  69. HKR, Ndi\params\FullDuplex,      type,      0, "enum"
  70. HKR, Ndi\params\FullDuplex\enum, 0,         0, %Auto%
  71. HKR, Ndi\params\FullDuplex\enum, 1,         0, %Disable%
  72. HKR, Ndi\params\FullDuplex\enum, 2,         0, %Enable%
  73.  
  74. ;LineSpeed
  75. HKR, Ndi\params\LineSpeed,       ParamDesc, 0, %LineSpeed%
  76. HKR, Ndi\params\LineSpeed,       default,   0, "0"
  77. HKR, Ndi\params\LineSpeed,       type,      0, "enum"
  78. HKR, Ndi\params\LineSpeed\enum,  0,         0, %Auto%
  79. HKR, Ndi\params\LineSpeed\enum,  1,         0, %10M%
  80. HKR, Ndi\params\LineSpeed\enum,  2,         0, %100M%
  81.  
  82. ;-------------------------------------------------------------------------------
  83. ; W89C840 Service and Driver
  84. ;
  85. [W89C840.reg]
  86. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  87. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  88. HKR, Ndi,        Service,    0, "W840ND"
  89.  
  90. [W840ND.CopyFiles]
  91. W840ND.sys,,,2
  92.  
  93. [W840ND.Service]
  94. DisplayName    = %W840ND.Service.DispName%
  95. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  96. StartType      = 3 ;%SERVICE_DEMAND_START%
  97. ErrorControl   = 1 ;%SERVICE_ERROR_NORMAL%
  98. ServiceBinary  = %12%\W840ND.sys  
  99. LoadOrderGroup = NDIS
  100.  
  101. [common.EventLog]
  102. AddReg = common.AddEventLog.reg
  103.  
  104. [common.AddEventLog.reg]
  105. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  106. HKR, , TypesSupported,   0x00010001, 7
  107.  
  108. ;-------------------------------------------------------------------------------
  109. ; Destination Directories
  110. ;
  111. [DestinationDirs]
  112. W840ND.CopyFiles         = 12
  113.  
  114. ;-------------------------------------------------------------------------------
  115. ; Localizable Strings
  116. ;
  117. [strings]
  118. Msft                     = "Microsoft"
  119. Winbond                  = "Winbond Electronics Corporation"
  120.  
  121. BurstLen                 = "Burst Length"
  122. CacheAlign               = "Cache Alignment Boundary"
  123. Threshold                = "Transmit Threshold Value"
  124. FullDuplex               = "Full Duplex Function"
  125. Auto                     = "Auto Negotiate"
  126. Disable                  = "Disable"
  127. Enable                   = "Enable"
  128. LineSpeed                = "Line Speed"
  129. 10M                      = "10 Mbps"
  130. 100M                     = "100 Mbps"
  131.  
  132. W89C840A.DeviceDesc      = "Winbond PCI Fast Ethernet Adapter (Generic W89C840)"
  133. W89C840B.DeviceDesc      = "Winbond W89C840 PCI Fast Ethernet Adapter"
  134.  
  135. W840ND.Service.DispName  = "Winbond W89C840 Based PCI Fast Ethernet Adapter"
  136.